| Name | Description | |
|---|---|---|
![]() | PDFFlowDocumentFooter Constructor | Initializes a new PDFFlowDocumentFooter object. |
The following tables list the members exposed by PDFFlowDocumentFooter.
| Name | Description | |
|---|---|---|
![]() | PDFFlowDocumentFooter Constructor | Initializes a new PDFFlowDocumentFooter object. |
| Name | Description | |
|---|---|---|
![]() | getBottomMargin | Gets the bottom margin. If the footer bottom margin plus footer height are greater than page bottom margin, the page bottom margin is increased (content is moved up) in order to accomodate the footer. |
![]() | getContent | Gets the footer content. |
![]() | getExtendLeft | Gets the left margin extension. By default, the footer is drawn within the page left/right margins. You can increase the available width for the footer by specifying a positive value for this method. For example if you want the footer to spread from the left edge of the page to the right edge you can set the and methods to values that match the page's left and right margins. |
![]() | getExtendRight | Gets the right margin extension. By default, the footer is drawn within the page left/right margins. You can increase the available width for the footer by specifying a positive value for this method. For example if you want the footer to spread from the left edge of the page to the right edge you can set the and methods to values that match the page's left and right margins. |
![]() | setBottomMargin | Sets the bottom margin. If the footer bottom margin plus footer height are greater than page bottom margin, the page bottom margin is increased (content is moved up) in order to accomodate the footer. |
![]() | setExtendLeft | Sets the left margin extension. By default, the footer is drawn within the page left/right margins. You can increase the available width for the footer by specifying a positive value for this method. For example if you want the footer to spread from the left edge of the page to the right edge you can set the and methods to values that match the page's left and right margins. |
![]() | setExtendRight | Sets the right margin extension. By default, the footer is drawn within the page left/right margins. You can increase the available width for the footer by specifying a positive value for this method. For example if you want the footer to spread from the left edge of the page to the right edge you can set the and methods to values that match the page's left and right margins. |